home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18320 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.lang.c++
  2. Path: news.iceonline.com!Newsposter
  3. From: chrisf@iceonline.com (Canadian)
  4. Subject: Re: Misc questions i'd like answered
  5. X-Newsreader: Forte Free Agent 1.0.82
  6. Reply-To: chrisf@iceonline.com
  7. Sender: Newsposter@iceonline.com (Newsposter)
  8. Nntp-Posting-Host: ns.iceonline.com
  9. Organization: ICE Online Internet news
  10. Message-ID: <Dq4wAL.FDL@iceonline.com>
  11. References: <4l8s6k$nnh@cobain.rowan.edu>
  12. Date: Fri, 19 Apr 1996 23:01:24 GMT
  13.  
  14. josh@elvis.rowan.edu (Josh Bengal) wrote:
  15.  
  16. >ok, i'm writing this little dumb graphics program, (on turbo c++ 5.0) 
  17. >and i have a efw questions:
  18.  
  19. >a) is there any way to ins\crease the palette size? mine seems stuck at 16
  20.  
  21. >b) how would i implement a sentinal so the program will keep looping 
  22. >until i press, say, enter or esc or something?
  23.  
  24. Josh, the best thing you can do is find a site that has tutorials on coding
  25. demos.  Do a WWW search for "demo" and you'll find tons of stuff.
  26.  
  27. http://www.cdrom.com/pub/demos/hornet/html/demos.html
  28.  
  29. Is "THE Demo page" and it lives up to its billing.  You'll get great examples
  30. of neat graphics/sound programmed in C/C++/ASM (imagine a flight sim that runs
  31. on a full frame rate on a slow 386.  These guys OPTIMIZE.) plus a full
  32. graphics tutorial (mostly in C, some in Pascal, frown).
  33.  
  34.  
  35.